'Declaration
<ExtensionAttribute()> <ElementsNotNullAttribute()> <NotNullAttribute()> Public Overloads Shared Function DiscoverLocalEndpoints( _ ByVal client As IEasyUAClient, _ ByVal discoveryUriStrings As IEnumerable(Of String) _ ) As UADiscoveryElementCollection
'Usage
Dim client As IEasyUAClient Dim discoveryUriStrings As IEnumerable(Of String) Dim value As UADiscoveryElementCollection value = IEasyUAClientExtension.DiscoverLocalEndpoints(client, discoveryUriStrings)
[Extension()] [ElementsNotNull()] [NotNull()] public static UADiscoveryElementCollection DiscoverLocalEndpoints( IEasyUAClient client, IEnumerable<string> discoveryUriStrings )
[Extension()] [ElementsNotNull()] [NotNull()] public: static UADiscoveryElementCollection^ DiscoverLocalEndpoints( IEasyUAClient^ client, IEnumerable<String^>^ discoveryUriStrings )
Parameters
- client
- The client object that will perform the operation.
- discoveryUriStrings
- List of discovery endpoint URLs of the server.